home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / a6 / a6.dir / 00050_SetReturn.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  182 b   |  8 lines

  1. on SetReturn
  2.   global returnMark, returnMovie, returnPath, last
  3.   set returnMark to marker(0)
  4.   set returnMovie to the movieName
  5.   set returnPath to the pathName
  6.   set last to 0
  7. end
  8.